home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / pascal / tphers01.zip / HMP.DOC < prev    next >
Text File  |  1991-09-08  |  929b  |  27 lines

  1. THE HMP FILE FORMAT
  2.  
  3. The HMP file should contain exactly 96 integers representing a mapping 
  4. of the characters 32 to 127 to Hershey Symbols. If it contains more than
  5. 96 integers, only the first 96 entries will be valid, and if it 
  6. contains less, the reminder of the file will be filled with 0, which 
  7. represents an invalid symbol.
  8.  
  9. A series of characters can be denoted with a dash.
  10.  
  11. An example of a valid HMP file, the file romanp.hmp is given below:
  12.  
  13. ---------- Romanp.hmp ---------------
  14. 199     214     217     233     219     1271    234     231
  15. 221     222     1219    225     211     224     210     220
  16. 200-209
  17. 212     213     1241    226     1242    215     1273
  18. 1-26
  19. 1223    809     1224    1262    997     230
  20. 1-26
  21. 1225    223     1226    1246    218
  22. --------------------------------------
  23.  
  24. To convert a hmp file to an include file for Turbo Pascal, see the 
  25. documentation file hmp2inc.doc.
  26.  
  27.